home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9104.ARJ / 9N04086A < prev    next >
Text File  |  1991-02-18  |  298b  |  10 lines

  1.  
  2. nwords          is equal to      4,
  3. mystr           is not changed   "This is a test.",
  4. *strlist[0]     points to        "This",
  5. *strlist[1]     points to        "is",
  6. *strlist[2]     points to        "a",
  7. *strlist[3]     points to        "test.",
  8. *strlist[4]     points to        NULL.
  9.  
  10.